ipmitool: disable download of PEN list in Makefile
authorOliver Sedlbauer <[email protected]>
Thu, 3 Apr 2025 15:31:36 +0000 (17:31 +0200)
committerRobert Marko <[email protected]>
Wed, 9 Apr 2025 20:49:44 +0000 (22:49 +0200)
This commit allows building the package without downloading enterprise
numbers from the IANA PEN registry. This enables offline builds and
reduces storage usage, especially on devices with limited space.

Signed-off-by: Oliver Sedlbauer <[email protected]>
admin/ipmitool/Makefile

index cc3a155a69316d03787b150e22a3ca3c88b99b57..f61a3ff998ad5b046734caca4c917922e5cb34b3 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=ipmitool
 PKG_VERSION:=1.8.19
-PKG_RELEASE:=2
+PKG_RELEASE:=3
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL:=https://codeberg.org/IPMITool/ipmitool
@@ -53,6 +53,7 @@ CONFIGURE_ARGS += \
        --disable-intf-free \
        --enable-intf-open \
        --enable-intf-imb \
-       --enable-ipmishell
+       --enable-ipmishell \
+       --disable-registry-download
 
 $(eval $(call BuildPackage,ipmitool))